To install sudo on a debian or ubuntu system with a bash shell (this is likely you if you're reading this), change to the root user thus:
$ su -
Now that you have a "#" shell, all commands you run will be privileged. You don't want this. Trust me. Instead, you want to run most commands as your usual user and only use privileged commands when
(
Read more... )